Add tests for different arguments given to read-manifest
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Sat, 29 Aug 2015 16:08:12 +0000 (12:08 -0400)
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Tue, 1 Sep 2015 01:26:29 +0000 (21:26 -0400)
commit872d099e2e1352c6017eef010be84a16fff57ead
tree5c6cd022fb02981dcdae110bfb8103e66f34cf59
parent1d0823b35e5bb593416b643575ad197c98c831d4
Add tests for different arguments given to read-manifest

Right now, only passing --manifest-path an absolute path to the
parent directory of a Cargo.toml file works, but I think the other
tests should work as well for consistency with other commands that
optionally take --manifest-path.
tests/test_cargo_read_manifest.rs [new file with mode: 0644]
tests/tests.rs